home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PROGRAM
/
EVISION1.ARJ
/
FARHEAP.HPP
< prev
next >
Wrap
Text File
|
1992-05-19
|
596b
|
19 lines
#if !defined (FARHEAP) // To prevent multiple declarations
#define FARHEAP
// ---- Prototypes ----------------------------------------------------------
char huge *getheap // Gets memory from far heap
( unsigned long nbytes ) ; // Number of bytes to allocate
void freeheap // Free heap memory previously allocated
( void huge *heapptr ) ; // Ptr to the ptr to the memory block to free
// ---- End Header File -----------------------------------------------------
#endif